func runtime.malg

6 uses

	runtime (current package)
		os_linux.go#L377: 	mp.gsignal = malg(32 * 1024) // Linux wants >= 2K
		proc.go#L1750: 		mp.g0 = malg(-1)
		proc.go#L1752: 		mp.g0 = malg(8192 * sys.StackGuardMultiplier)
		proc.go#L1896: 	gp := malg(4096)
		proc.go#L4033: func malg(stacksize int32) *g {
		proc.go#L4082: 		newg = malg(_StackMin)